Dec 06, 2013
If you want interchange the keys and values of an associative array. It’s very easy, just use PHP’s array_flip() function which perform a very specialized..
Read moreAug 07, 2013
Sometimes you need to re-index a numerically indexed array after removing elements from it. Actually if you remove one or more elements from the middle..
Read more